Rdocumentation
powered by
Learn R Programming
darch (version 0.10.0)
setDropoutHiddenLayers<-: Sets the dropout rate for the hidden layers.
Description
Sets the dropout rate for the hidden layers.
Usage
setDropoutHiddenLayers(darch) <- value
"setDropoutHiddenLayers"(darch) <- value
Arguments
darch
A instance of the class
DArch
.
value
Dropout rate for the hidden layers
Value
The darch with the updated dropout rate
See Also
DArch